home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id002.dxr / 00070.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  351 b   |  19 lines

  1. on exitFrame
  2.   if the timer > 2250 then
  3.     set the visible of sprite 20 to 1
  4.     set the visible of sprite 21 to 1
  5.     set the visible of sprite 22 to 1
  6.     go(20)
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   sound stop 1
  14.   set the visible of sprite 20 to 1
  15.   set the visible of sprite 21 to 1
  16.   set the visible of sprite 22 to 1
  17.   go(20)
  18. end
  19.